home *** CD-ROM | disk | FTP | other *** search
- " boite test cases "
- "
- *
- * These tests should determine if the boite system is working correctly.
- *
- * test3.self,v 1.3 1993/05/30 21:41:14 richards Exp
- *
- * test3.self,v
- * Revision 1.3 1993/05/30 21:41:14 richards
- * CVS checkin.
- *
- * Revision 1.2 1993/05/23 23:16:47 richards
- * Test3 works out the basic boite styles.
- *
- # Revision 1.1 1993/05/13 20:08:09 richards
- # Initial revision
- #
- *
- *
- *
- "
-
- _AddSlotsIfAbsent: (| foo. bar. baz. hunk. junk. |)
-
- foo: aa boites vboite copy
- bar: aa boites htext make: 'Hello'
- baz: aa boites htext make: 'There'
- foo addEnd: bar
- foo addEnd: baz
- foo fixUpSizes
- bar printLine
- foo printLine
-
- "OUTPUT:
- An htext containing: 'Hello' [50,10/0]
- An vboite [50,20/0] containing:
- An htext containing: 'Hello' [50,10/0]
- An htext containing: 'There' [50,10/0]
-
- "
- baz: aa boites hline copy thickness: 3
- foo addEnd: baz
- foo printLine
- foo addEnd: bar copy
- foo printLine
- foo fixUpSizes
- foo printLine
-
-
-
-
-
-
-
-
-
-
-
-